MindFusion.Scheduling for ASP.NET Programmer's Guide
Style.SetProperties Method
See Also
 





Gets the properties of this Style class as IDictionary<string, object> list.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling.WebForms

 Syntax

C#  Copy Code

public virtual void SetProperties (
    IDictionary<string, Object> dictionary
)

Visual Basic  Copy Code

Public Overridable Sub SetProperties( _
    dictionary As IDictionary(Of String, Object) _
)

 Parameters

dictionary
Type: IDictionary<String, Object>
An IDictionary<string, object> list, where each property is presented with a string identical with its name and an object that represents its value.

 See Also

Style Members
Style Class
MindFusion.Scheduling Namespace